home *** CD-ROM | disk | FTP | other *** search
/ Developer Helper 1: Phil & Dave's Excellent CD / Excellent CD HFS.raw / HyperCard / HyperCard 1.2.2 International / HyperCard Danish (DK-1.2.2) / Idestakke / Baggrundsideer / background_44498.txt < prev    next >
Text File  |  1988-12-19  |  3KB  |  146 lines

  1. -- background: 44498 from stack: in
  2. -- bmap block id: 46809
  3. -- flags: 0000
  4. -- background id: 0
  5. -- name: 
  6. ----- HyperTalk script -----
  7. on openBackground
  8.   push recent card
  9. end openBackground
  10.  
  11.  
  12. -- part 1 (field)
  13. -- low flags: 01
  14. -- high flags: 0000
  15. -- rect: left=89 top=28 right=83 bottom=321
  16. -- title width / last selected line: 0
  17. -- icon id / first selected line: 0 / 0
  18. -- text alignment: 0
  19. -- font id: 2
  20. -- text size: 24
  21. -- style flags: 8192
  22. -- line height: 27
  23. -- part name: 
  24.  
  25.  
  26. -- part 2 (field)
  27. -- low flags: 01
  28. -- high flags: 0000
  29. -- rect: left=20 top=105 right=132 bottom=329
  30. -- title width / last selected line: 0
  31. -- icon id / first selected line: 0 / 0
  32. -- text alignment: 0
  33. -- font id: 2
  34. -- text size: 18
  35. -- style flags: 0
  36. -- line height: 24
  37. -- part name: 
  38.  
  39.  
  40. -- part 3 (field)
  41. -- low flags: 01
  42. -- high flags: 0000
  43. -- rect: left=72 top=145 right=289 bottom=243
  44. -- title width / last selected line: 0
  45. -- icon id / first selected line: 0 / 0
  46. -- text alignment: 0
  47. -- font id: 2
  48. -- text size: 14
  49. -- style flags: 0
  50. -- line height: 28
  51. -- part name: 
  52.  
  53.  
  54. -- part 4 (field)
  55. -- low flags: 01
  56. -- high flags: 0000
  57. -- rect: left=283 top=145 right=289 bottom=460
  58. -- title width / last selected line: 0
  59. -- icon id / first selected line: 0 / 0
  60. -- text alignment: 0
  61. -- font id: 2
  62. -- text size: 14
  63. -- style flags: 0
  64. -- line height: 28
  65. -- part name: 
  66.  
  67.  
  68. -- part 5 (button)
  69. -- low flags: 00
  70. -- high flags: 0000
  71. -- rect: left=253 top=301 right=326 bottom=280
  72. -- title width / last selected line: 0
  73. -- icon id / first selected line: 1013 / 1013
  74. -- text alignment: 1
  75. -- font id: 0
  76. -- text size: 12
  77. -- style flags: 0
  78. -- line height: 16
  79. -- part name: Next
  80. ----- HyperTalk script -----
  81. on mouseUp
  82.   visual effect wipe left
  83.   go to next card
  84. end mouseUp
  85.  
  86.  
  87.  
  88. -- part 6 (button)
  89. -- low flags: 00
  90. -- high flags: 0000
  91. -- rect: left=224 top=301 right=326 bottom=251
  92. -- title width / last selected line: 0
  93. -- icon id / first selected line: 1014 / 1014
  94. -- text alignment: 1
  95. -- font id: 0
  96. -- text size: 12
  97. -- style flags: 0
  98. -- line height: 16
  99. -- part name: Prev
  100. ----- HyperTalk script -----
  101. on mouseUp
  102.   visual effect wipe right
  103.   go to previous card
  104. end mouseUp
  105.  
  106.  
  107.  
  108. -- part 7 (button)
  109. -- low flags: 00
  110. -- high flags: 0004
  111. -- rect: left=24 top=298 right=327 bottom=56
  112. -- title width / last selected line: 0
  113. -- icon id / first selected line: 21700 / 21700
  114. -- text alignment: 1
  115. -- font id: 0
  116. -- text size: 12
  117. -- style flags: 0
  118. -- line height: 16
  119. -- part name: Home
  120. ----- HyperTalk script -----
  121. on mouseUp
  122.   visual effect iris open
  123.   go Home
  124. end mouseUp
  125.  
  126.  
  127.  
  128. -- part 8 (button)
  129. -- low flags: 00
  130. -- high flags: 0000
  131. -- rect: left=287 top=299 right=327 bottom=324
  132. -- title width / last selected line: 0
  133. -- icon id / first selected line: 1012 / 1012
  134. -- text alignment: 1
  135. -- font id: 0
  136. -- text size: 12
  137. -- style flags: 0
  138. -- line height: 16
  139. -- part name: Return
  140. ----- HyperTalk script -----
  141. on mouseUp
  142.   visual effect iris close
  143.   pop card
  144. end mouseUp
  145.  
  146.